home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / dbase / tpcvbr.zip / TPCVBROW.PRG < prev    next >
Text File  |  1990-03-14  |  1KB  |  27 lines

  1. set color to w/b
  2. set echo off
  3. set talk off
  4. set scor off
  5. set stat off
  6. @ 1,0 to 23,79
  7. set color to rg+/r
  8. @ 0,0 say 'Demo for TPCVBROW.COM                                                          '
  9. @ 0,70 say date()
  10. @ 24,0 say '        Use the Arrow Keys to scroll text within the window. <Esc> Exits        '
  11. set color to gr+/gr
  12. @ 5 ,5 say '┌─────────────────────────────────────────────────────────────────────┐'
  13. @ 6 ,5 say '│                          Scrolling Text Demo                        │'
  14. @ 7 ,5 say '├─────────────────────────────────────────────────────────────────────┤'
  15. @ 8 ,5 say '│                                                                     │'
  16. @ 9 ,5 say '│                                                                     │'
  17. @ 10,5 say '│                                                                     │'
  18. @ 11,5 say '│                                                                     │'
  19. @ 12,5 say '│                                                                     │'
  20. @ 13,5 say '│                                                                     │'
  21. @ 14,5 say '│                                                                     │'
  22. @ 15,5 say '│                                                                     │'
  23. @ 16,5 say '└─────────────────────────────────────────────────────────────────────┘'
  24. ! tpcvbrow \8,6,8,69,110,tpcvbrow.txt
  25. set color to rg+/n
  26. quit
  27.